docs: restructure AI documentation into .agents and .claude directories#726
docs: restructure AI documentation into .agents and .claude directories#726kabir merged 2 commits intoa2aproject:mainfrom
Conversation
kabir
commented
Mar 11, 2026
- Move skills to .agents/skills for universal agent access
- Create .claude/architecture with EventQueue deep-dive docs
- Add CLAUDE.md symlink to AGENTS.md for auto-discovery
- Link .claude/skills to .agents/skills for Claude compatibility
- Protect .claude/settings.local.json in .gitignore
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on restructuring the AI documentation to enhance organization and accessibility. It introduces dedicated directories for agents and Claude-specific documentation, improves skill management, provides a deep dive into the EventQueue architecture, and ensures Claude compatibility. Additionally, it protects local configuration files from being committed. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Warning Gemini is experiencing higher than usual traffic and was unable to create the review. Please try again in a few hours by commenting |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request significantly restructures the project's documentation, moving skill definitions and adding extensive new deep-dive documents for the EventQueue architecture. The new documentation is well-organized and detailed. My review focuses on ensuring the accuracy of the technical descriptions and code examples within these new documents. I've identified a few areas where the code snippets could be aligned more closely with the actual implementation to prevent potential confusion for developers.
- Move skills to .agents/skills for universal agent access - Create .claude/architecture with EventQueue deep-dive docs - Add CLAUDE.md symlink to AGENTS.md for auto-discovery - Link .claude/skills to .agents/skills for Claude compatibility - Protect .claude/settings.local.json in .gitignore Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>